GtkEntryCompletion: Treat ::text-column specially
authorMatthias Clasen <mclasen@redhat.com>
Thu, 4 Sep 2014 02:44:31 +0000 (22:44 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 4 Sep 2014 02:46:38 +0000 (22:46 -0400)
commitbbc7cd2351eac679148a2e0f0bb645db924687be
tree54f7e6421a28000d464218359b6acbdc3146f07d
parent1cc5cf3797b36500bd1e7b3e316161a5dc7df7b5
GtkEntryCompletion: Treat ::text-column specially

Using the setting for this property conflicts with the documentation
for gtk_entry_completion_set_text_column() which explicitly states
that setting the property directly behaves differently. Concretely,
this caused the file chooser entry completion popup to have two
columns (with identical content).

This partially reverts 331c28b369edae9aa3df2a24833ccb02ef8d7152.
gtk/gtkentrycompletion.c